home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / h8300 / kernel / Makefile
Encoding:
Makefile  |  2008-12-24  |  254 b   |  13 lines

  1. #
  2. # Makefile for the linux kernel.
  3. #
  4.  
  5. extra-y := vmlinux.lds
  6.  
  7. obj-y := process.o traps.o ptrace.o irq.o \
  8.      sys_h8300.o time.o signal.o \
  9.          setup.o gpio.o init_task.o syscalls.o \
  10.      entry.o timer/
  11.  
  12. obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o 
  13.